Section: utils
Priority: optional
Maintainer: John Goerzen <jgoerzen@complete.org>
-Build-Depends: debhelper (>= 4.0.0), libexpat1-dev, tetex-bin, tetex-base, libusb-dev, expat, libxml2-utils, xsltproc, libexpat1-dev, zlib1g-dev, docbook-xml, docbook-xsl
+Build-Depends: debhelper (>= 4.0.0), libexpat1-dev, tetex-bin, tetex-base, libusb-dev, expat, libxml2-utils, xsltproc, libexpat1-dev, zlib1g-dev, docbook-xml, docbook-xsl, fop
Standards-Version: 3.6.0
Package: gpsbabel
$(SHELL) ./configure --with-zlib=system --with-doc=debian/doctmp \
--prefix=/usr
# Add here commands to configure the package.
+ mkdir -p xmldoc/autogen
touch configure-stamp
# Add here commands to clean up after the build process.
-$(MAKE) clean
-cd doc && $(MAKE) clean
- -rm -r debian/doctmp
+ -rm -rf debian/doctmp xmldoc/autogen/*
+ -rm -rf Makefile config.h config.log config.status debian/*.inc \
+ gpsbabel.fo tools/mkcapabilities win32/gpsbabel.rc \
+ xmldoc/formats/options/raymarine-location.xml xmldoc/makedoc \
+ zlib/empty
dh_clean